chore(main): release 1.0.0#163
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
=========================================
Coverage 80.95% 80.95%
Complexity 1723 1723
=========================================
Files 123 123
Lines 5042 5042
Branches 523 523
=========================================
Hits 4082 4082
Misses 728 728
Partials 232 232
🚀 New features to boost your workflow:
|
b94bf10 to
3115fbc
Compare
3115fbc to
bb675e0
Compare
e5adf49 to
94d6a15
Compare
94d6a15 to
31e0c43
Compare
d6ad675 to
ee6a4ec
Compare
ee6a4ec to
d70ec08
Compare
b1b40fc to
c9b9ee9
Compare
ff2c500 to
0b6a130
Compare
0b6a130 to
24ed121
Compare
24ed121 to
706e474
Compare
445f4bd to
6b7bb41
Compare
6b7bb41 to
971b05d
Compare
KaviarasuSakthivadivel
approved these changes
May 22, 2026
mkaufmann
approved these changes
May 22, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.0.0 (2026-05-22)
⚠ BREAKING CHANGES
DataCloudResultSetis now a class instead of an interface;StreamingResultSet,DataCloudMetadataResultSet,SimpleResultSet,ColumnAccessorare removed; metadata int-columngetDate/getTime/getTimestampthrowSQLException(wasUnsupportedOperationException);getTypeInfo()boolean columns are typedBOOLEANinstead ofVARCHAR(getObjectreturnsBoolean, notString);getColumnTypeNameon metadata result sets returns the JDBC type name (VARCHAR/SMALLINT/INTEGER/BOOLEAN) instead of the prior Hyper-flavored labels (TEXT/SHORT/INTEGER/BOOL);ps.setObjectwithTypes.VARCHARrejects non-String/byte[] payloads; integer-family and DECIMAL setters reject out-of-range values instead of silently narrowing.Features
Bug Fixes
Code Refactoring
This PR was generated with Release Please. See documentation.